Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Collaborator
|
기존에는 각자 브랜치에서 삭제를 해왔었는데, 삭제용 브랜치를 따로 파서 진행하는 것이 더 좋아보이네요~! |
redzzzi
reviewed
Jan 27, 2026
Merged
This was referenced Feb 18, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 개요
어드민 페이지 진입 시 제일 첫 화면인 대시보드(/admin) 페이지를 추가하는 작업
🎯 목적
리뉴얼 디자인에 맞게 UI 구성 및 API 변경/추가 부분 반영
✨ 변경 사항
🔬 리뷰 요구 사항
제가 관리하는 다른 브랜치인 대회 관리(feat/contest-manage)및 대회 생성(feat/contest-create)랑 연관된 UI 컴포넌트가 많아 재사용을 위해 각 feature 브랜치끼리 머징을 하다 보니 커밋 내역이 각 브랜치끼리 겹치는 상황이 발생했습니다.
보다 편한 코드 리뷰를 위해 앞으로는 feature 브랜치 간 공유되어야 할 수정사항이 있을 경우 머지보다는 cherry pick을 활용하여 재발하지 않도록 주의하겠습니다.
DashboardPage에 연관된 아래 컴포넌트만 중점적으로 봐주시면 감사하겠습니다.

💬 논의 사항
기존 어드민에서 사용하던 컴포넌트들을 삭제하는 작업은 브랜치를 별도로 생성해서 삭제하는 것이 좋을까요, 아니면 각 Feature 브랜치에서 관련된 컴포넌트를 삭제하면 좋을까요?
📸 참고 이미지/영상